Welcome![Sign In][Sign Up]
Location:
Search - Windows Graphics Programming

Search list

[GDI-BitmapDraw_Form

Description: 关于VC和windows 的绘图机制,使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device-context)设备上下文 Windows下的MFC编程机制,消息驱动,事件等待.-On the VC and the windows of the drawing mechanism, the use of GDI (Graphics Device Interface) objects, used by CDC category, CPaintDC same (device-context) device context of the MFC under Windows programming mechanisms, message-driven, event wait.
Platform: | Size: 4168704 | Author: davis | Hits:

[GDI-BitmapDraw2DGraph

Description: 在Windows CE下绘制二维图形 (来自EVC高级编程)-Drawing in the Windows CE under the two-dimensional graphics (high-level programming from EVC)
Platform: | Size: 3038208 | Author: moon | Hits:

[Software EngineeringWindowsAPI

Description: 作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。-Microsoft 32-bit platforms as application programming interfaces, Win32 API is to engage in Windows application development necessary. The book begins with the Win32 API function to make a complete overview then included five major functions: window management, graphics device interface, system services, international properties and network services in the appendix to explain how Visual Basic and Delphi to its call.
Platform: | Size: 150528 | Author: baifer | Hits:

[.netCHAP04

Description: 本压缩文件为东方天华主编的Visual C++.Net范例入门与提高第4章的代码,其中包含如下程序的代码。 4.1 位图浏览器 4.2 图像镜像 4.3 图像的渐显与渐隐 4.4 图像百叶窗 4.5 Midi播放器 4.6 CD播放器 4.7 Windows媒体播放器 4.8 Avi播放器 4.9 OpenGL编程实例 4.10 用OpenGL实现简单动画 4.11 绘图板-The compressed file for the editor-in-chief of the East Tianhua Visual C++. Net sample entry and improve the code, Chapter 4, which contains the following procedure code. Figure 4.1 Image Browser 4.2 Image 4.3 Image渐显with 4.4 images fade blinds 4.5 Midi Player 4.6 CD Player 4.7 Windows Media Player 4.8 Avi Player 4.9 OpenGL programming examples 4.10 realize a simple animation using OpenGL graphics tablet 4.11
Platform: | Size: 1814528 | Author: 陈小冬 | Hits:

[Graph DrawingCGFramework

Description: mfc 进行绘图的一个平台。 CGFramework is an auxiliary framework for some homework in the course of Computer Graphics. It aims at shielding the students from complex windows programming issues, and helps them focus on the graphics algorithms, rather than some annoying GUI problems. It must be emphasized that CGFramework is merely a simple platform for practising some graphics algorithms. Due to its strictly limited functionality, this framework is not suitable for developing large softwares, such as the course design of Computer Graphics. If users are familiar with windows programming, this framework is also not recommended. -mfc drawing to a platform. CGFramework is an auxiliary framework for some homework in the course of Computer Graphics. It aims at shielding the students from complex windows programming issues, and helps them focus on the graphics algorithms, rather than some annoying GUI problems.It must be emphasized that CGFramework is merely a simple platform for practising some graphics algorithms. Due to its strictly limited functionality, this framework is not suitable for developing large softwares, such as the course design of Computer Graphics. If users are familiar with windows programming, this framework is also not recommended .
Platform: | Size: 3749888 | Author: youngking | Hits:

[Other88

Description: 作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。 本书是从事Windows应用程序开发的软件工程师的必备参考手册。 -Microsoft 32-bit platforms as application programming interfaces, Win32 API is to engage in Windows application development necessary. The book begins with the Win32 API function to do a complete overview then included five major functions: window management, graphics device interface, system services, international properties and network services in the appendix to explain how Visual Basic and Delphi to its call. This book is engaging in Windows application development software engineer essential reference manual.
Platform: | Size: 352256 | Author: zhangpengcheng | Hits:

[VC/MFCWindowsouput

Description: 本PDF文档清楚的介绍了Windows编程中的图形输出的相关内容,是不错的好书-The PDF documents clearly described in the Windows programming graphics output of relevant content, is a good book
Platform: | Size: 184320 | Author: 曹军 | Hits:

[Successful incentiveArticles

Description: 关于windows游戏编程的一些文章还有相关图形-Game Programming on the windows of some articles are related to graphics
Platform: | Size: 15816704 | Author: David ZENG | Hits:

[Windows CEWinCE_Draw

Description: Windows CE 绘图通信编程, EVC4.0-Programming Windows CE graphics communication, EVC4.0
Platform: | Size: 1010688 | Author: 彭群 | Hits:

[Special Effectschepaishibie

Description: 读BMP文件,只能打开256色 (可以是灰度) 显示和内存贴图技术 关于调色板: 调色板实际上是一个数组,4个BYTE 分别是 B,G,R,和 Reserved 每一个像素点都有一个相应的数组。 关于VC和windows 的绘图机制: 使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device-context)设备上下文 windows下的MFC编程机制,消息驱动,事件等待! 全局的app(应用程序对象) 注意 手工分配内存的清除 和CDC对象的删除 以释放系统的GDI资源 每一个new操作符都要对应一个delete -Reading of BMP files, open only 256 colors (can be a gray-scale) display and memory mapping technology on the palette: the palette is actually an array, 4 BYTE are B, G, R, and every Reserved pixel has a corresponding array. On the VC and the windows of the drawing mechanism: the use of GDI (Graphics Device Interface) objects, used by CDC category, CPaintDC same (device-context) equipment under the windows context MFC programming mechanisms, message-driven, event wait! Overall app (application objects) Note the allocation of memory, manual removal and CDC object to delete the GDI release system resources every new operator should correspond to a delete
Platform: | Size: 238592 | Author: 嘉川 | Hits:

[VC/MFCwindowsapihsdc

Description: 作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。-Microsoft 32-bit platforms as application programming interfaces, Win32 API is to engage in Windows application development necessary. The book begins with the Win32 API function to make a complete overview then included five major functions: window management, graphics device interface, system services, international properties and network services in the appendix to explain how Visual Basic and Delphi to its call.
Platform: | Size: 765952 | Author: gaochao | Hits:

[OS programapi

Description: 作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。 本书是从事Windows应用程序开发的软件工程师的必备参考手册。 -Microsoft 32-bit platforms as application programming interfaces, Win32 API is to engage in Windows application development necessary. The book begins with the Win32 API function to make a complete overview then included five major functions: window management, graphics device interface, system services, international properties and network services in the appendix to explain how Visual Basic and Delphi to its call. This book is engaging in Windows application development software engineer essential reference manual.
Platform: | Size: 677888 | Author: aku | Hits:

[Windows Developclock_1

Description: 模拟时钟 This another Win32 assembly demo, which is based on the the "C" example in Charles Petzold s "Programming Windows" 5th edition. Appart for being an instructive graphics demo, this program is also useful and can be used on your desktop as an alternative clock. -Analog Clock This another Win32 assembly demo, which is based on the the
Platform: | Size: 7168 | Author: Rain | Hits:

[OtherVisualBasic

Description: 很好的VB课件,非常详细,包括第1章Visual Basic概述第2章 语言基础 第3章 Visual Basic程序结构 第4章 子过程(Sub、Function、Property和Event)第5章 常用控件与窗体 第6章 使用Windows API 第7章 通用对话框和剪贴板的应用 第8章 菜单的设计和MDI程序设计 第9章 文件操作 第10章 图形基础 第11章 程序调试和出错处理 第12章鼠标事件和OLE拖放 第13章 Visual Basic和数据库操作 第14章 Visual Basic与数据库的扩展 -VB Courseware very good, very detailed, including Chapter 1 Visual Basic language outlined in Chapter 2 the basis of Chapter 3 of Visual Basic Program Structure Chapter 4 sub-processes (Sub, Function, Property and Event) Chapter 5 common control with the form Chapter 6 the use of Windows API Chapter 7 General dialog box and the Clipboard Chapter 8 of the application menu design and MDI Programming Chapter 9 File Chapter 10 graphics based on Chapter 11 procedures for debugging and error Chapter 12 deal with the mouse OLE drag and drop events and Chapter 13 Visual Basic and database operations Chapter 14 Visual Basic and database expansion
Platform: | Size: 9836544 | Author: 包丽峮 | Hits:

[Special EffectsFaceDetection

Description: 源码,图形图像处理,windows编程。-Source code, graphics, image processing, windows programming.
Platform: | Size: 2854912 | Author: ligang | Hits:

[VC/MFCWindowsgbCHM

Description: Windwos程序设计,chm格式,第5版,含系统、网络、图形图像、音频等多个领域的编码实现-Windows Programming, chm format, 5th edition, including systems, networks, graphics, images, audio coding and other fields to achieve
Platform: | Size: 3077120 | Author: yt | Hits:

[Windows Developp

Description: windows programming windows programming 图形裁剪 图形裁剪-windows programming windows programming graphics graphics cutting cutting
Platform: | Size: 1983488 | Author: 郝鑫 | Hits:

[VC/MFCWIN32API

Description: 作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。 本书是从事Windows应用程序开发的软件工程师的必备参考手册。 -Microsoft 32-bit platforms as application programming interfaces, Win32 API is to engage in Windows application development necessary. The book begins with the Win32 API function to do a complete overview then function included five main categories: window management, graphics device interface, the system services, international properties, as well as network services in the appendix to explain how Visual Basic and Delphi to its call. This book is engaging in Windows application development software engineers essential reference manual.
Platform: | Size: 344064 | Author: peng | Hits:

[Delphi VCLWinAPI

Description: 作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。 本书是从事Windows应用程序开发的软件工程师的必备参考手册。-Microsoft 32-bit platforms as application programming interfaces, Win32 API is to engage in Windows application development necessary. The book begins with the Win32 API function to do a complete overview then included five major functions: window management, graphics device interface, system services, international properties and network services in the appendix to explain how Visual Basic and Delphi to its call. This book is engaging in Windows application development software engineer essential reference manual.
Platform: | Size: 677888 | Author: 吴欢欢 | Hits:

[Software Engineeringchuankoutongxin

Description: PLC是以微处理器为核心的工业控制装置。在工业控制中,常常需要对PLC所采集的数据和工作状态进行监测控制,Visual C++是一种Windows应用程序开发工具,在图形处理和数据库管理等方面具有较强的功能,用它来实现底层的通信控制有着更快的速度。本文旨在探讨用可视化编程语言VisualC++实现计算机与PLC之间的串行通讯技术,充分合理地利用系统资源及特点,提高通讯效率。-PLC is a microprocessor as the core of industrial control devices. In industrial control, often by the need for PLC data acquisition and monitoring the work of state control, Visual C++ Is a Windows application development tools, graphics processing and database management has a strong feature, use it to achieve the underlying communication control has a faster rate. This paper aims to explore visual programming language VisualC++ Achieve between computer and PLC serial communication technology, and fully rational use of system resources and features to enhance communication efficiency.
Platform: | Size: 219136 | Author: wuzhicheng | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 »

CodeBus www.codebus.net